home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / indiana.swf / scripts / frame_5 / PlaceObject2_135_532 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  171 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.indiana))
  3.    {
  4.       _root.indiana.keyK = 2;
  5.       this.gotoAndStop(2);
  6.       _root.video.gotoAndPlay(2);
  7.    }
  8. }
  9.